'Declaration Public Overloads Function CreateDeviceContextState(Of T As ComObject)( _ ByVal flags As CreateDeviceContextStateFlags, _ ByVal featureLevelsRef() As FeatureLevel, _ ByRef chosenFeatureLevelRef As FeatureLevel _ ) As DeviceContextState
public DeviceContextState CreateDeviceContextState<T>( CreateDeviceContextStateFlags flags, FeatureLevel[] featureLevelsRef, out FeatureLevel chosenFeatureLevelRef ) where T: ComObject
Parameters
- flags
- featureLevelsRef
- chosenFeatureLevelRef
Type Parameters
- T